SixBit API Schema
insuredattrGroup Attribute Group
Description
Attributes to specify a range of dates a shipment was insured.
Namespace (none)
Overview
insuredattrGroup
Attributes to specify a range of dates a shipment was insured.
insuredfrom optional xs:date
The start date/time.
insuredto optional xs:date
The end date/time.
Attributes
NameTypeUseDefaultFixedDescription
insuredfromxs:dateoptional  The start date/time.
insuredtoxs:dateoptional  The end date/time.
Source
<xs:attributeGroup name="insuredattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify a range of dates a shipment was insured.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="insuredfrom" type="xs:date">
    <xs:annotation>
      <xs:documentation>The start date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="insuredto" type="xs:date">
    <xs:annotation>
      <xs:documentation>The end date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.